home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Utilitare / filzip / fz302.exe / {app} / Filzip.exe / 0 / RCDATA / TFRMRENAME / TFRMRENAME.txt
Encoding:
Text File  |  2004-07-08  |  1.7 KB  |  87 lines

  1. object frmRename: TfrmRename
  2.   Left = 370
  3.   Top = 671
  4.   BorderStyle = bsDialog
  5.   Caption = 'frmRename'
  6.   ClientHeight = 73
  7.   ClientWidth = 391
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object pNewNAme: TPanel
  23.     Left = 4
  24.     Top = 4
  25.     Width = 289
  26.     Height = 65
  27.     BevelInner = bvRaised
  28.     BevelOuter = bvLowered
  29.     TabOrder = 2
  30.     object OldName: TLabel
  31.       Left = 80
  32.       Top = 8
  33.       Width = 44
  34.       Height = 13
  35.       Caption = 'OldName'
  36.     end
  37.     object lOldName: TLabel
  38.       Left = 8
  39.       Top = 8
  40.       Width = 50
  41.       Height = 13
  42.       Caption = 'Old Name:'
  43.     end
  44.     object lNewName: TLabel
  45.       Left = 8
  46.       Top = 36
  47.       Width = 56
  48.       Height = 13
  49.       Caption = 'New Name:'
  50.     end
  51.     object NewName: TEdit
  52.       Left = 80
  53.       Top = 32
  54.       Width = 201
  55.       Height = 21
  56.       TabOrder = 0
  57.       OnKeyDown = NewNameKeyDown
  58.     end
  59.   end
  60.   object RenameBtn: TButton
  61.     Left = 304
  62.     Top = 8
  63.     Width = 81
  64.     Height = 25
  65.     Caption = 'Rename'
  66.     Default = True
  67.     Font.Charset = DEFAULT_CHARSET
  68.     Font.Color = clWindowText
  69.     Font.Height = -11
  70.     Font.Name = 'MS Sans Serif'
  71.     Font.Style = []
  72.     ParentFont = False
  73.     TabOrder = 0
  74.     OnClick = RenameBtnClick
  75.   end
  76.   object CancelBtn: TButton
  77.     Left = 304
  78.     Top = 40
  79.     Width = 81
  80.     Height = 25
  81.     Cancel = True
  82.     Caption = 'Cancel'
  83.     TabOrder = 1
  84.     OnClick = CancelBtnClick
  85.   end
  86. end
  87.